xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 15 Feb 2010 08:19:07 +0000 (08:19 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 15 Feb 2010 08:19:07 +0000 (08:19 +0000)
Two 'name's are defined in LEGACY_CFG_TYPES of XendConfig.py.
LEGACY_XENSTORE_VM_PARAMS also is same.
This patch removes redundant 'name's.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendConfig.py

index 216665a4e0c15b8960101629f3be33c5b61a3e7e..0624bc62f96b94a38c1b670aa15fd031529bce3c 100644 (file)
@@ -268,7 +268,6 @@ LEGACY_CFG_TYPES = {
     'cpu_time':      float,
     'features':      str,
     'localtime':     int,
-    'name':          str,
     'on_poweroff':   str,
     'on_reboot':     str,
     'on_crash':      str,
@@ -293,7 +292,6 @@ LEGACY_XENSTORE_VM_PARAMS = [
     'shadow_memory',
     'maxmem',
     'start_time',
-    'name',
     'on_poweroff',
     'on_crash',
     'on_reboot',